home *** CD-ROM | disk | FTP | other *** search
/ Apple II Magazines (PO) / Nibble Volume 11, No. 10 (1990-10)(MindCraft Publishing)(Side A).zip / Nibble Volume 11, No. 10 (1990-10)(MindCraft Publishing)(Side A).po / ALMANAC.START.bas next >
BASIC Source File  |  1996-12-24  |  582b  |  11 lines

  1. 10  REM  ALMANAC.START, Copyright (c) 1990
  2. 20  REM  MindCraft Publ. Corp.
  3. 30  HOME : VTAB 12: PRINT "Please wait. Loading Nibble Almanac."
  4. 40  ONERR  GOTO 80
  5. 50  PRINT  CHR$(4)"pr#3"
  6. 60  PRINT  CHR$(4)"Prefix Nibble.Almanac"
  7. 70  PRINT  CHR$(4)"-Almanac"
  8. 80 ER = ERR: TEXT : HOME : PRINT "Place ALMANAC.START in the root directory, /NIBBLE, and then run": PRINT "the program."
  9. 90  PRINT : PRINT "Note that you must have a directory, /NIBBLE/NIBBLE.ALMANAC, which"
  10. 100  PRINT "contains the program files."
  11. 110  PRINT : PRINT "Note also that you must have an 80-column card in slot 3."